Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the firecracker group with 5 updates:

Package From To
linux-loader 0.11.0 0.12.0
vhost 0.11.0 0.12.0
cc 1.1.18 1.1.19
rustix 0.38.36 0.38.37
unicode-ident 1.0.12 1.0.13

Updates linux-loader from 0.11.0 to 0.12.0

Changelog

Sourced from linux-loader's changelog.

[v0.12.0]

Changed

  • [#187] Updated vm-memory to 0.15.0.
  • [#179] Load hvm_modlist_entry into guest memory when requested.
  • [#177] Added loading of PVH module blobs into guest memory. This enables booting with initrd via PVH boot.
Commits
  • 69fc3b3 chore: Prepare 0.12.0 release
  • 75edc00 build(deps): bump rust-vmm-ci from 752ad13 to 438f36e
  • a26f644 build(deps): update vm-memory requirement from 0.14.0 to 0.15.0
  • d3c1d51 chore: update coverage
  • 33459e8 fix: appease clippy 1.80.0
  • 7bcb684 chore: Update clippy attribute in load_gen module
  • 1ee5dfa fix: update debian kernel link
  • 2ef3813 build(deps): bump rust-vmm-ci from cec97d9 to 752ad13
  • 883b8dd build(deps): bump rust-vmm-ci from 9f641f2 to cec97d9
  • 374c73d build(deps): bump rust-vmm-ci from 0503867 to 9f641f2
  • Additional commits viewable in compare view

Updates vhost from 0.11.0 to 0.12.0

Release notes

Sourced from vhost's releases.

vhost-user-backend v0.12.0

Fixed

  • [#210] Enable all vrings upon receipt of VHOST_USER_SET_FEATURES message.
  • [#212] Validate queue index in VhostUserHandler::set_vring_base to avoid potential out-of-bounds panic.

Changed

  • [#214] Avoid indexing the same Vec multiple times by locally caching the result of Vec:get.
  • [#219](rust-vmm/vhost#219) Update vmm-sys-util dependency to 0.12.1 and vm-memory dependency to 0.14.0.

vhost v0.12.0

Added

Changed

Remove

Commits
  • 6f4279c vhost: Prepare v0.12.0 release
  • e397bdb builds: bump vm-memory and virtio-queue
  • a5c25a9 build(deps): bump rust-vmm-ci from 752ad13 to 438f36e
  • 12ac255 build(deps): bump rust-vmm-ci from 5e818dc to 752ad13
  • 2d85e86 coverage: update the score
  • f574a20 vhost: fix clippy unnecessary use of get(&uuid.uuid).is_some()``
  • aceda54 vhost: fix clippy transmute used without annotations
  • 5a115dc vhost: fix clippy doc list item missing indentation
  • b5a117d vhost: fix clippy match can be simplified with .unwrap_or_default()``
  • 9442110 vhost: fix clippy deprecating feature = "cargo-clippy"
  • Additional commits viewable in compare view

Updates cc from 1.1.18 to 1.1.19

Release notes

Sourced from cc's releases.

cc-v1.1.19

Other

  • Add support arm64e-apple-darwin (#1207)
Changelog

Sourced from cc's changelog.

1.1.19 - 2024-09-15

Other

  • Add support arm64e-apple-darwin (#1207)
Commits

Updates rustix from 0.38.36 to 0.38.37

Commits

Updates unicode-ident from 1.0.12 to 1.0.13

Release notes

Sourced from unicode-ident's releases.

1.0.13

  • Update to Unicode 16.0.0 (#27)
Commits
  • e34a369 Release 1.0.13
  • b9b75da Merge pull request #27 from dtolnay/unicode
  • 9c053be Update to Unicode 16.0.0
  • ab77194 Upload CI Cargo.lock for reproducing failures
  • a8736e7 Explicitly install a Rust toolchain for cargo-outdated job
  • d63c2b5 Revert "Run cargo-outdated on workspace root for now"
  • e7cfa7e Re-enable cargo-outdated in CI
  • 2944bc6 Run cargo-outdated on workspace root for now
  • 27eee64 Link to cargo-outdated bug
  • 116dea8 Temporarily ignore cargo-outdated job in CI
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the firecracker group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [linux-loader](https://github.com/rust-vmm/linux-loader) | `0.11.0` | `0.12.0` |
| [vhost](https://github.com/rust-vmm/vhost) | `0.11.0` | `0.12.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.18` | `1.1.19` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.36` | `0.38.37` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.12` | `1.0.13` |


Updates `linux-loader` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/rust-vmm/linux-loader/releases)
- [Changelog](https://github.com/rust-vmm/linux-loader/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/linux-loader@v0.11.0...v0.12.0)

Updates `vhost` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/rust-vmm/vhost/releases)
- [Commits](rust-vmm/vhost@vhost-v0.11.0...vhost-v0.12.0)

Updates `cc` from 1.1.18 to 1.1.19
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.18...cc-v1.1.19)

Updates `rustix` from 0.38.36 to 0.38.37
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md)
- [Commits](bytecodealliance/rustix@v0.38.36...v0.38.37)

Updates `unicode-ident` from 1.0.12 to 1.0.13
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.12...1.0.13)

---
updated-dependencies:
- dependency-name: linux-loader
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: vhost
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 16, 2024
@roypat
Copy link
Contributor

roypat commented Sep 17, 2024

@dependabot unignore vm-memory

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 17, 2024

OK, I will stop ignoring the vm-memory dependency.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 17, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 17, 2024
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-c12fee759f branch September 17, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant